home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4641 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  762 b 

  1. Path: news.ptd.net!news
  2. From: jimp@postoffice.ptd.net (JP)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help! Can't compile anything on UNIX
  5. Date: 31 Jan 1996 13:49:24 GMT
  6. Organization: Something For Nothing
  7. Message-ID: <4ens14$gba@ns2.ptd.net>
  8. References: <4emncp$e56@nntp.Stanford.EDU>
  9. NNTP-Posting-Host: cs1-11.lan.ptd.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <4emncp$e56@nntp.Stanford.EDU>, sac says...
  15. >
  16. >I am new to programming in a UNIX environment, so I'm probably missing
  17. >something basic but here's my problem:
  18. >
  19. >When I invoke the compiler thus
  20. >
  21. >$c++ foo.c++
  22. >
  23. >I get the following reply:
  24.  
  25. Umm, dunno if this helps, but on a sun solaris system I type
  26. c++go file.cc to compile my stuff...
  27.  
  28.  
  29.